; Searches the Aminet Online or CD Index for a specified string
Version >NIL: version 37
if WARN
echo ""
echo "You need at least version 2.04 of the operating system to run Index"
quit
endif
set choice `RequestChoice "AminetSearch" "Do you want to search the index all files on Aminet*Nor the index of the Aminet CDs? (up to CD 16)" " All | CD |Cancel"`
if $choice EQ 0
quit
endif
if $choice EQ 1
:C/Head -7 INDEX >RAM:Aminet
:C/FlashFind INDEX `:C/RequestString TITLE "Search Aminet Index" BODY "Please enter the string to search for"` >>RAM:Aminet
endif
if $choice EQ 2
:C/Head -14 AminetCDs >RAM:Aminet
:C/FlashFind AminetCDs `:C/RequestString TITLE "Search Aminet CDs" BODY "Please enter the string to search for"` >>RAM:Aminet